Configure an access control list (ACL) filter.
default filter acl set <1-2048> default-action
default filter acl set <1-2048> global-action
default filter acl set <1-2048> global-action monitor-dst-mlt
default filter acl set <1-2048> global-action monitor-dst-ports
filter acl set <1-2048> default-action deny [control-packet-action <deny | permit>]
filter acl set <1-2048> default-action permit [policer svc-rate <0-4000000000> peak-rate <8-4000000000>
filter acl set <1-2048> global-action monitor-dst-mlt <1-512>
filter acl set <1-2048> global-action monitor-dst-ports{slot/port[/sub-port][-slot/port[/sub-port]][,...][slot/all][all]}
no filter acl set <1-2048> global-action monitor-dst-mlt
no filter acl set <1-2048> global-action monitor-dst-ports
no filter acl set <1-2048> policer
Identifies the slot and port in one of the following formats:
a single slot and port (slot/port)
a range of slots and ports (slot/port-slot/port)
a series of slots and ports (slot/port,slot/port,slot/port)
all ports on the same slot (slot/all)
all ports on the switch (all)
Specifies the ACL ID.
Note
To configure the ACL default policer, you must specify permit as the default action.
To configure a control-packet-action, you must specify deny as the default action.
The default action is deny.
Global Configuration